bvibratr: 1.0.0 -> 1.2.0 (#499383)

This commit is contained in:
nixpkgs-ci[bot]
2026-03-12 22:55:57 +00:00
committed by GitHub
+2 -2
View File
@@ -12,14 +12,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "bvibratr";
version = "1.0.0";
version = "1.2.0";
src = fetchFromGitHub {
owner = "sjaehn";
repo = "BVibratr";
tag = "v${finalAttrs.version}";
fetchSubmodules = true;
sha256 = "sha256-bm4RKyLPR5WL52wXJ8w4YUZ1t9WoqYAw5ApMASVmiAQ=";
sha256 = "sha256-V3cy+JlpBjCYr4eyrr9fTuaA7bmi8A2SP5KA4o1qQDU=";
};
nativeBuildInputs = [ pkg-config ];