mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-15 02:03:01 +00:00
Merge pull request #151956 from figsoda/update-image-roll
image-roll: 1.3.1 -> 1.4.0
This commit is contained in:
commit
037ba6fbdb
@ -9,16 +9,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "image-roll";
|
pname = "image-roll";
|
||||||
version = "1.3.1";
|
version = "1.4.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "weclaw1";
|
owner = "weclaw1";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "007jzmrn4cnqbi6fy5lxanbwa4pc72fbcv9irk3pfd0wspp05s8j";
|
sha256 = "sha256-NhZ0W9WBOIRe2nE4jQJ9WgfduKhHd+222feUCay4atw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "sha256-dRRBfdGTXtoNbp7OWqOdNECXHCpj0ipkCOvcdekW+G4=";
|
cargoSha256 = "sha256-7sV8v/npmdOgTMtnww/VoK1Kp4Na9Go95XLcfdgkTik=";
|
||||||
|
|
||||||
nativeBuildInputs = [ glib pkg-config wrapGAppsHook ];
|
nativeBuildInputs = [ glib pkg-config wrapGAppsHook ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user