Merge pull request #241192 from tjni/snakemake

snakemake: fix broken source hash
This commit is contained in:
figsoda 2023-07-02 21:02:26 -04:00 committed by GitHub
commit 5522188fc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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