snakemake: fix broken source hash
This commit is contained in:
parent
7672c1e9ae
commit
1af33d4653
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||
owner = "snakemake";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-Y/z7asYSRgDyDWmvfmX4y6fOMSpp0X9uhDx327YF2TI=";
|
||||
hash = "sha256-UfUzvDo5OE1LGCBBGoDpxG96RKOaShbqu5TOOILG3AY=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
|
|
Loading…
Reference in a new issue