We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b361be commit 6bb4225Copy full SHA for 6bb4225
1 file changed
pkgs/development/libraries/grilo-plugins/default.nix
@@ -28,11 +28,11 @@
28
29
stdenv.mkDerivation rec {
30
pname = "grilo-plugins";
31
- version = "0.3.9";
+ version = "0.3.10";
32
33
src = fetchurl {
34
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
35
- sha256 = "1hv84b56qjic8vz8iz46ikhrxx31l29ilbr8dm5qcghbd8ikw8j1";
+ sha256 = "0jldaixc4kzycn5v8ixkjld1n0z3dp0l1p3vchgdwpvdvc7kcfw0";
36
};
37
38
nativeBuildInputs = [
0 commit comments