bevelbar: 23.08 -> 24.06

This commit is contained in:
R. Ryantm
2024-06-27 23:43:24 +00:00
parent 5488a687a5
commit feaa0e9f80
+2 -2
View File
@@ -11,11 +11,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "bevelbar";
version = "23.08";
version = "24.06";
src = fetchurl {
url = "https://www.uninformativ.de/git/bevelbar/archives/bevelbar-v${finalAttrs.version}.tar.gz";
hash = "sha256-4wMSPi9tu+z1AW2uvPefxkeT/5DYo2oJybhNnpe82QU=";
hash = "sha256-A7nrpMty4uxbiLzW83cmxlhQh8et1qo/n0mwBXNLJOc=";
};
nativeBuildInputs = [ pkg-config ];