Skip to content

Commit 060827d

Browse files
authored
gnome-decoder: 0.6.1 -> 0.7.1 (#392593)
2 parents 1e0b920 + 0faaf89 commit 060827d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/applications/graphics/gnome-decoder/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,20 @@
2929

3030
clangStdenv.mkDerivation rec {
3131
pname = "gnome-decoder";
32-
version = "0.6.1";
32+
version = "0.7.1";
3333

3434
src = fetchFromGitLab {
3535
domain = "gitlab.gnome.org";
3636
owner = "World";
3737
repo = "decoder";
3838
rev = version;
39-
hash = "sha256-qSPuEVW+FwC9OJa+dseIy4/2bhVdTryJSJNSpes9tpY=";
39+
hash = "sha256-lLZ8tll/R9cwk3t/MULmrR1KWZ1e+zneXL93035epPE=";
4040
};
4141

4242
cargoDeps = rustPlatform.fetchCargoVendor {
4343
inherit src;
4444
name = "${pname}-${version}";
45-
hash = "sha256-xQlzSsvwDNK3Z8xnUQgCU6Q8+ls0Urks778pYwN2X1Y=";
45+
hash = "sha256-USfC7HSL1TtjP1SmBRTKkPyKE4DkSn6xeH4mzfIBQWg=";
4646
};
4747

4848
preFixup = ''

0 commit comments

Comments
 (0)