Merge pull request #220018 from r-ryantm/auto-update/somebar

somebar: 1.0.0 -> 1.0.3
This commit is contained in:
Ilan Joselevich 2023-03-07 22:20:39 +02:00 committed by GitHub
commit bf1e7adb67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,13 +17,13 @@ in
stdenv.mkDerivation rec {
pname = "somebar";
version = "1.0.0";
version = "1.0.3";
src = fetchFromSourcehut {
owner = "~raphi";
repo = "somebar";
rev = "${version}";
sha256 = "sha256-snCW7dC8JI/pg1+HLjX0JXsTzwa3akA6rLcSNgKLF0c=";
sha256 = "sha256-PBxCy1dZrOL1nmhVDQozvF0XL79uKMhhERGNpPPzaRU=";
};
nativeBuildInputs = [ meson ninja pkg-config ];