snakemake: fix broken source hash

This commit is contained in:
Theodore Ni 2023-07-02 16:50:09 -07:00
parent 7672c1e9ae
commit 1af33d4653
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474

View File

@ -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; [