qui: 1.8.0 -> 1.8.1 (#466901)

This commit is contained in:
K900
2025-12-01 18:38:41 +00:00
committed by GitHub
+2 -2
View File
@@ -11,12 +11,12 @@
}:
buildGoModule (finalAttrs: {
pname = "qui";
version = "1.8.0";
version = "1.8.1";
src = fetchFromGitHub {
owner = "autobrr";
repo = "qui";
tag = "v${finalAttrs.version}";
hash = "sha256-bUN2pP38NerNrNVeRAJ4xoAR0BECovjxoOY3k7ILu/o=";
hash = "sha256-1cIKbP+c2Tqs4uoBWvfAQGDBLqmXh17rFZDuGRYWrYA=";
};
qui-web = stdenvNoCC.mkDerivation (finalAttrs': {