mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
prey: specify sha256 for fetchgit
This commit is contained in:
parent
2909634cac
commit
9fc575367d
@ -10,6 +10,7 @@ let
|
||||
modulesSrc = fetchgit {
|
||||
url = "git://github.com/prey/prey-bash-client-modules.git";
|
||||
rev = "aba260ef110834cb2e92923a31f50c15970639ee";
|
||||
sha256 = "9cb1ad813d052a0a3e3bbdd329a8711ae3272e340379489511f7dd578d911e30";
|
||||
};
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "prey-bash-client-${version}";
|
||||
|
Loading…
Reference in New Issue
Block a user