atomic-operator: fix src hash
Fails to build on hydra due to src hash mismatch.
This commit is contained in:
parent
d33ddb3ef0
commit
133478129b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
owner = "swimlane";
|
owner = "swimlane";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-fO8bvzeMdJVWlhpzdTmJo9mrT6iorsLqr/GPF9gvE70=";
|
hash = "sha256-DyNqu3vndyLkmfybCfTbgxk3t/ALg7IAkAMg4kBkH7Q=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3.pkgs; [
|
propagatedBuildInputs = with python3.pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue