maim: 5.4.65 -> 5.4.66
This commit is contained in:
parent
40c2559851
commit
4472928a1d
@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "maim-${version}";
|
name = "maim-${version}";
|
||||||
version = "5.4.65";
|
version = "5.4.66";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "naelstrof";
|
owner = "naelstrof";
|
||||||
repo = "maim";
|
repo = "maim";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0jkvsqzwsb986bm424xpfj73d46afkvbimf1ipdss2vg2y77vmj3";
|
sha256 = "0aimci6n7dvfwa690rbcd6fdrsvcanxy53j752v3151x6gahw3gb";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkgconfig ];
|
nativeBuildInputs = [ cmake pkgconfig ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user