diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-04-05 15:57:20 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-04-25 00:04:54 +0200 |
commit | 2bcc666fd591dbf7543fc550ff1772508695a746 (patch) | |
tree | 65bb255cbeba40f4c385211bcc32df4c25e6ea6b /pkgs/note | |
parent | 27794e1507ab5bd4b0f31278cf8049854790e4a7 (diff) | |
download | NUR-2bcc666fd591dbf7543fc550ff1772508695a746.tar.gz NUR-2bcc666fd591dbf7543fc550ff1772508695a746.tar.zst NUR-2bcc666fd591dbf7543fc550ff1772508695a746.zip |
Upgrade to nixos-unstable
Diffstat (limited to 'pkgs/note')
-rw-r--r-- | pkgs/note/default.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/note/default.nix b/pkgs/note/default.nix index 0c422bcc..d5fcccd7 100644 --- a/pkgs/note/default.nix +++ b/pkgs/note/default.nix | |||
@@ -1,8 +1,9 @@ | |||
1 | { lib, buildPerlPackage, fetchurl, perlPackages }: | 1 | { lib, buildPerlPackage, fetchurl, perlPackages }: |
2 | buildPerlPackage rec { | 2 | buildPerlPackage rec { |
3 | name = "note-1.3.26"; | 3 | pname = "note"; |
4 | version = "1.3.26"; | ||
4 | src = fetchurl { | 5 | src = fetchurl { |
5 | url = "mirror://cpan/authors/id/T/TL/TLINDEN/${name}.tar.gz"; | 6 | url = "mirror://cpan/authors/id/T/TL/TLINDEN/${pname}-${version}.tar.gz"; |
6 | sha256 = "1h645rnb5vpms48fcyzvp7cwwcbf9k5xq49w2bpniyzzgk2brjrq"; | 7 | sha256 = "1h645rnb5vpms48fcyzvp7cwwcbf9k5xq49w2bpniyzzgk2brjrq"; |
7 | }; | 8 | }; |
8 | outputs = ["out" "man"]; | 9 | outputs = ["out" "man"]; |