Skip to content

Commit

Permalink
envision-unwrapped: 1.1.1 -> 2.0.1 (NixOS#364857)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] authored Dec 13, 2024
2 parents 64b7d57 + c736114 commit c504210
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/en/envision-unwrapped/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,20 @@

stdenv.mkDerivation (finalAttrs: {
pname = "envision-unwrapped";
version = "1.1.1";
version = "2.0.1";

src = fetchFromGitLab {
owner = "gabmus";
repo = "envision";
rev = finalAttrs.version;
hash = "sha256-Q6PGBt3vWAp5QhSFsG88gi9ZFHLOQLAYdKpS94wCwCc=";
hash = "sha256-J1zctfFOyu+uLpctTiAe5OWBM7nXanzQocTGs1ToUMA=";
};

strictDeps = true;

cargoDeps = rustPlatform.fetchCargoTarball {
inherit (finalAttrs) pname version src;
hash = "sha256-JRSTzcurHNUtyISAvhvdLJkokxLnoR+xs42YiRVmZnE=";
hash = "sha256-kNZucZKzxFHzDAIGE1PFfuBq1rSVkb2Gpk23MEgohME=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit c504210

Please sign in to comment.