forked from mirrors/nixpkgs
physlock: git-20150126 -> 0.5
This commit is contained in:
parent
1fd97f6293
commit
59dbcefaa7
1 changed files with 6 additions and 6 deletions
|
@ -1,13 +1,13 @@
|
|||
{ stdenv, fetchFromGitHub }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "git-20150126";
|
||||
name = "physlock-${version}";
|
||||
version = "0.5";
|
||||
name = "physlock-v${version}";
|
||||
src = fetchFromGitHub {
|
||||
owner = "muennich";
|
||||
repo = "physlock";
|
||||
rev = "b64dccc8c22710f8bf01eb5419590cdb0e65cabb";
|
||||
sha256 = "1dapkwj3y6bb4j8q4glms7zsqm7drr37nrnr30sbahwq67rnvzcc";
|
||||
owner = "muennich";
|
||||
repo = "physlock";
|
||||
rev = "v${version}";
|
||||
sha256 = "102kdixrf7xxsxr69lbz73i1ss7959716cmdf8d5kbnhmk6argv7";
|
||||
};
|
||||
|
||||
preConfigure = ''
|
||||
|
|
Loading…
Add table
Reference in a new issue