Unverified Commit b8197e25 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

haylxon: 1.0.0 -> 1.1.0 (#497591)

parents b0ef19a2 101cfb64
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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";