forked from M-Labs/nix-scripts
mattermost-github-integration: pin src rev
This commit is contained in:
parent
a8198e9eea
commit
9617de32f9
|
@ -7,7 +7,7 @@ buildPythonPackage rec {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "softdevteam";
|
owner = "softdevteam";
|
||||||
repo = "mattermost-github-integration";
|
repo = "mattermost-github-integration";
|
||||||
rev = "master";
|
rev = "1124a0ff233b50ed6070cb84cfffd128ad219831";
|
||||||
sha256 = "1hfvjaxjhliy8sv9j3616fkdwd2jqhfsj9ai7ggx88zhxknrfx85";
|
sha256 = "1hfvjaxjhliy8sv9j3616fkdwd2jqhfsj9ai7ggx88zhxknrfx85";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Reference in New Issue