Unverified Commit 486a5160 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

envision-unwrapped: 0-unstable-2024-09-09 -> 0-unstable-2024-09-21 (#343561)

parents 640936bd 6c666cd5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -31,13 +31,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "envision-unwrapped";
  version = "0-unstable-2024-09-09";
  version = "0-unstable-2024-09-21";

  src = fetchFromGitLab {
    owner = "gabmus";
    repo = "envision";
    rev = "f8a18e96f049f2fd51409aac011e1aa09eaac2db";
    hash = "sha256-ZEczUdFyjgqCisFjgQeYWJ9JQP0/G7cgVpkHwWjNfRQ=";
    rev = "41e9af1676d3cfd458939a34b5c8b06d84c3f764";
    hash = "sha256-qk9xlHWbkCRpve3SZMtq5ojfS2tRwyXsckqu7fs/Lm0=";
  };

  strictDeps = true;