fix: add missing versions

This commit is contained in:
Arseniy Seroka
2015-06-04 23:34:14 +03:00
parent 9cd797ff26
commit daf4ec39a5
31 changed files with 38 additions and 35 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{ stdenv, fetchurl, libX11, xproto, xdotool, unzip }:
stdenv.mkDerivation {
name = "seturgent";
name = "seturgent-2012-08-17";
src = fetchurl {
url = "https://github.com/hiltjo/seturgent/archive/ada70dcb15865391e5cdcab27a0739a304a17e03.zip";
@@ -24,4 +24,4 @@ stdenv.mkDerivation {
homepage = https://github.com/hiltjo/seturgent;
license = stdenv.lib.licenses.mit;
};
}
}