pix: 3.4.5 -> 3.4.6
https://github.com/linuxmint/pix/compare/3.4.5...3.4.6
This commit is contained in:
parent
d61d772ba3
commit
afbc1e5b78
@ -34,13 +34,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "pix";
|
pname = "pix";
|
||||||
version = "3.4.5";
|
version = "3.4.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "linuxmint";
|
owner = "linuxmint";
|
||||||
repo = "pix";
|
repo = "pix";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-c/+NQHvscW/XE49Twmg1Rk1IfsjReCtRQWffobZtgTs=";
|
hash = "sha256-jlaqlA3akRNnBPTdtkWl+0NXqFbYw9uJKRfE/oTJMSg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user