mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
redo: 1.3 -> 1.4
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/redo/versions
This commit is contained in:
parent
e0950ae9ad
commit
df42e8a636
@ -1,10 +1,10 @@
|
||||
{stdenv, fetchurl, perl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "redo-1.3";
|
||||
name = "redo-1.4";
|
||||
src = fetchurl {
|
||||
url = "https://jdebp.eu./Repository/freebsd/${name}.tar.gz";
|
||||
sha256 = "1yx7nd59s01j096hr1zbnbx6mvd6ljzd4vgawh7p2l644jgwj70r";
|
||||
sha256 = "1c8gr5h77v4fw78zkhbm9z9adqs3kd7xvxwnmci2zvlf4bqqk4jv";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ perl /* for pod2man */ ];
|
||||
|
Loading…
Reference in New Issue
Block a user