bevelbar: 24.06 -> 24.07

This commit is contained in:
R. Ryantm 2024-08-27 09:15:22 +00:00
parent 92234fadbc
commit 93eacad925

View File

@ -11,11 +11,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "bevelbar";
version = "24.06";
version = "24.07";
src = fetchurl {
url = "https://www.uninformativ.de/git/bevelbar/archives/bevelbar-v${finalAttrs.version}.tar.gz";
hash = "sha256-A7nrpMty4uxbiLzW83cmxlhQh8et1qo/n0mwBXNLJOc=";
hash = "sha256-PUYgbJCII0JecetoY3dMBUgrtaVhlLKeaJY27JJ78RQ=";
};
nativeBuildInputs = [ pkg-config ];