mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
bign-handheld-thumbnailer: 1.1.1 -> 1.1.2
Diff: https://github.com/MateusRodCosta/bign-handheld-thumbnailer/compare/v1.1.1...v1.1.2 Changelog: https://github.com/MateusRodCosta/bign-handheld-thumbnailer/releases/tag/v1.1.2
This commit is contained in:
parent
688c8b45ac
commit
cf2ffff09a
1 changed files with 3 additions and 3 deletions
|
@ -11,17 +11,17 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "bign-handheld-thumbnailer";
|
pname = "bign-handheld-thumbnailer";
|
||||||
version = "1.1.1";
|
version = "1.1.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "MateusRodCosta";
|
owner = "MateusRodCosta";
|
||||||
repo = "bign-handheld-thumbnailer";
|
repo = "bign-handheld-thumbnailer";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-rRKMIkeTBb16GF8DgQ36Vdx/1I6zuzpuL/jusFJ0OZw=";
|
hash = "sha256-DJbJ4l1QqaEuBI5lja3iCEq0QnlAgwPXg2N4MBPBvUY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-vX4W2SaVhGEK+uw01dwezIDPAs3PDsJAPIcQwNpkL4c=";
|
cargoHash = "sha256-cnl8H4+rqIS0sfwq+breJSuabX3vT16xLtaVnK96Q/4=";
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue