tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
urxvt_perls: 2015-03-28 -> 2.2
Nikolay Amiantov
10 years ago
1663d3eb
81d959c0
+9
-7
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
rxvt_unicode-plugins
urxvt-perls
default.nix
+9
-7
pkgs/applications/misc/rxvt_unicode-plugins/urxvt-perls/default.nix
···
1
1
-
{ stdenv, fetchgit }:
1
1
+
{ stdenv, fetchFromGitHub }:
2
2
3
3
-
stdenv.mkDerivation {
4
4
-
name = "urxvt-perls-2015-03-28";
3
3
+
stdenv.mkDerivation rec {
4
4
+
name = "urxvt-perls-${version}";
5
5
+
version = "2.2";
5
6
6
6
-
src = fetchgit {
7
7
-
url = "git://github.com/muennich/urxvt-perls";
8
8
-
rev = "e4dbde31edd19e2f4c2b6c91117ee91e2f83ddd7";
9
9
-
sha256 = "1f8a27c3d54377fdd4ab0be2f4efb8329d4900bb1c792b306dc23b5ee59260b1";
7
7
+
src = fetchFromGitHub {
8
8
+
owner = "muennich";
9
9
+
repo = "urxvt-perls";
10
10
+
rev = version;
11
11
+
sha256 = "1cb0jbjmwfy2dlq2ny8wpc04k79jp3pz9qhbmgagsxs3sp1jg2hz";
10
12
};
11
13
12
14
installPhase = ''