mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:04:06 +01:00
haylxon: 1.0.0 -> 1.1.0
This commit is contained in:
parent
0a45799ca3
commit
101cfb64dd
1 changed files with 3 additions and 3 deletions
|
|
@ -6,15 +6,15 @@
|
|||
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "haylxon";
|
||||
version = "1.0.0";
|
||||
version = "1.1.0";
|
||||
|
||||
src = fetchCrate {
|
||||
inherit (finalAttrs) version;
|
||||
pname = "hxn";
|
||||
hash = "sha256-zAqYaPtbXqC1YFzCL8EwE1HhuSqVl5lAfnAftwBvnoE=";
|
||||
hash = "sha256-pNOMCltMIKLJ8dNDzVa7MShpAROzvqK65d37fj+VXLQ=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-cKYHC8qz81P4xtehGQIvNH/g/pa90IJQbKz0RM9tjws=";
|
||||
cargoHash = "sha256-3muxqWOYCNXcV6WEcUwtmn2fKudU0vJtNegr8Nf6x50=";
|
||||
|
||||
meta = {
|
||||
description = "Save screenshots of urls and webpages from terminal";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue