aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-11-02 17:57:23 +0100
committerAdrian Kummerlaender2019-11-02 17:57:23 +0100
commitb708361bf722b2c19f47699ceb931c6efeb8c9d9 (patch)
treebc23429a7915aaea020df70f159eabc992cdb7f8 /shell.nix
parentd540b701836dbcdef727947f52a0ca01430968a6 (diff)
downloadboltzgen_examples-b708361bf722b2c19f47699ceb931c6efeb8c9d9.tar
boltzgen_examples-b708361bf722b2c19f47699ceb931c6efeb8c9d9.tar.gz
boltzgen_examples-b708361bf722b2c19f47699ceb931c6efeb8c9d9.tar.bz2
boltzgen_examples-b708361bf722b2c19f47699ceb931c6efeb8c9d9.tar.lz
boltzgen_examples-b708361bf722b2c19f47699ceb931c6efeb8c9d9.tar.xz
boltzgen_examples-b708361bf722b2c19f47699ceb931c6efeb8c9d9.tar.zst
boltzgen_examples-b708361bf722b2c19f47699ceb931c6efeb8c9d9.zip
Adapt to upstream changes
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell.nix b/shell.nix
index 0ccedfa..b229e2e 100644
--- a/shell.nix
+++ b/shell.nix
@@ -12,8 +12,8 @@ pkgs.stdenvNoCC.mkDerivation rec {
src = pkgs.fetchFromGitHub {
owner = "KnairdA";
repo = "boltzgen";
- rev = "v0.1.1";
- sha256 = "03fv7krhgc43gfjill8wb4aafr8xi69i2yh9zr68knnmrkrb8vpi";
+ rev = "v0.1.2";
+ sha256 = "1amsp45iq36vn63x7xqzj498hr5k9c4yj40wjccylwp9m2w14s8f";
};
propagatedBuildInputs = with pkgs.python37Packages; [