duperemove: 0.11 -> 0.11.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/duperemove/versions
This commit is contained in:
parent
dc0cb47b5e
commit
c5c2924e92
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "duperemove-${version}";
|
name = "duperemove-${version}";
|
||||||
version = "0.11";
|
version = "0.11.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "markfasheh";
|
owner = "markfasheh";
|
||||||
repo = "duperemove";
|
repo = "duperemove";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "09bwpsvnppl9bm2l5pym5673x04ah3hddb0xip61gdq8ws3ri5yj";
|
sha256 = "1scz76pvpljvrpfn176125xwaqwyy4pirlm11sc9spb2hyzknw2z";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user