Skip to content

Commit 478e080

Browse files
committed
yder: 1.4.10 -> 1.4.11
1 parent 0a874ff commit 478e080

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/libraries/yder/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
assert withSystemd -> systemd != null;
55
stdenv.mkDerivation rec {
66
pname = "yder";
7-
version = "1.4.10";
7+
version = "1.4.11";
88

99
src = fetchFromGitHub {
1010
owner = "babelouest";
1111
repo = pname;
1212
rev = "v${version}";
13-
sha256 = "1m1aw4im1vvddkl7mknq0h0nj0x2zpql3r17lxhw4mmib05zbdgj";
13+
sha256 = "0gm6l9y4jkxbq6vskdv1ivlq795ic28nhiyq21mzk3mx6j8klwip";
1414
};
1515

1616
patches = [

0 commit comments

Comments
 (0)