Skip to content

Commit

Permalink
Update nix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoura committed Jun 17, 2021
1 parent 2ca9119 commit bde97c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions nix/cardano-clusterlib.nix
Expand Up @@ -2,10 +2,10 @@

buildPythonPackage rec {
pname = "cardano-clusterlib";
version = "0.1.24";
version = "0.1.25";
src = fetchPypi {
inherit pname version;
sha256 = "0x8256w83bbvz4jdjv0hmxx3gd985s6smlki0p2ljh2nxx3vv6gz";
sha256 = "1x922rc9slqvxhs6ahyajqbw51wim6lmvxnvjwsahs4ibyvcnf79";
};
doCheck = false;
nativeBuildInputs = [ setuptools_scm ];
Expand Down
12 changes: 6 additions & 6 deletions nix/sources.json
Expand Up @@ -5,10 +5,10 @@
"homepage": "https://cardano.org",
"owner": "input-output-hk",
"repo": "cardano-node",
"rev": "55577d74986a2fdeb4d0ec8637122f14e185997c",
"sha256": "1w9jnqhzvwbabfv2p9c5l43pm7l7in7xkw00pm71fwpkk7ngm2dp",
"rev": "400082015bfb1e8233b42225d9eb99fb4524e0b2",
"sha256": "1iyk5sx3zdf6kan3nwfjk3ijy4rgclq9c9kypjk70c67r7m0lnsb",
"type": "tarball",
"url": "https://github.com/input-output-hk/cardano-node/archive/55577d74986a2fdeb4d0ec8637122f14e185997c.tar.gz",
"url": "https://github.com/input-output-hk/cardano-node/archive/400082015bfb1e8233b42225d9eb99fb4524e0b2.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"nixpkgs": {
Expand All @@ -17,10 +17,10 @@
"homepage": "https://github.com/NixOS/nixpkgs",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "03aa75f46d14e3323d03262ca424b2e7f0aab99c",
"sha256": "08krad9fgn0i9cn6b7ddfwsd383xk0zscz1aabz6338qf8qjb2sb",
"rev": "7c845e60cd5bfe3cccce1798aca2a3a5bc7c3d04",
"sha256": "1k0ifnjql6wpx9xpzl49k880jxrdiyq471jzd5nm0p2vaiymfdn5",
"type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/03aa75f46d14e3323d03262ca424b2e7f0aab99c.tar.gz",
"url": "https://github.com/NixOS/nixpkgs/archive/7c845e60cd5bfe3cccce1798aca2a3a5bc7c3d04.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}
}

0 comments on commit bde97c7

Please sign in to comment.