Skip to content

Commit

Permalink
physlock: git-20150126 -> 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetophon authored and grahamc committed Dec 31, 2016
1 parent 1fd97f6 commit 59dbcef
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkgs/misc/screensavers/physlock/default.nix
Original file line number Diff line number Diff line change
@@ -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 = ''
Expand Down

0 comments on commit 59dbcef

Please sign in to comment.