backrest: 1.7.2 -> 1.7.3

This commit is contained in:
R. Ryantm
2025-03-15 06:40:10 +00:00
parent b3696b3b30
commit 6b224615d5
+2 -2
View File
@@ -11,13 +11,13 @@
}:
let
pname = "backrest";
version = "1.7.2";
version = "1.7.3";
src = fetchFromGitHub {
owner = "garethgeorge";
repo = "backrest";
tag = "v${version}";
hash = "sha256-90xz03aB2v5ItTdQL64/6kQ1oFGbdXxsss3yckI/bpY=";
hash = "sha256-X3FiNor2q/JgyV05CIAls7MjMvongH5dGeutPz+CW9I=";
};
frontend = stdenv.mkDerivation (finalAttrs: {