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 0a874ff commit 478e080Copy full SHA for 478e080
1 file changed
pkgs/development/libraries/yder/default.nix
@@ -4,13 +4,13 @@
4
assert withSystemd -> systemd != null;
5
stdenv.mkDerivation rec {
6
pname = "yder";
7
- version = "1.4.10";
+ version = "1.4.11";
8
9
src = fetchFromGitHub {
10
owner = "babelouest";
11
repo = pname;
12
rev = "v${version}";
13
- sha256 = "1m1aw4im1vvddkl7mknq0h0nj0x2zpql3r17lxhw4mmib05zbdgj";
+ sha256 = "0gm6l9y4jkxbq6vskdv1ivlq795ic28nhiyq21mzk3mx6j8klwip";
14
};
15
16
patches = [
0 commit comments