gnome-decoder: 0.8.0 -> 0.8.1

This commit is contained in:
Hythera
2026-03-14 20:09:17 +01:00
parent 9623891402
commit 4d8d526c98
+2 -2
View File
@@ -23,14 +23,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-decoder";
version = "0.8.0";
version = "0.8.1";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "World";
repo = "decoder";
tag = finalAttrs.version;
hash = "sha256-O+DXfR9nZ0iz9IX/SZVX6ESI/vRa4ErEPxdgqSyOye0=";
hash = "sha256-g3ztQ+wiCDY19bc2/IABzXGSQrZltQgrTZ7rSI0RyFs=";
};
cargoDeps = rustPlatform.fetchCargoVendor {