1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

bevelbar: 24.06 -> 24.07 (#337670)

This commit is contained in:
Weijia Wang 2024-09-10 00:55:16 +02:00 committed by GitHub
commit d348534f50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 ];