Skip to content

Commit

Permalink
devenv: 1.0.8 -> 1.1
Browse files Browse the repository at this point in the history
(cherry picked from commit 0206930)
  • Loading branch information
domenkozar committed Sep 11, 2024
1 parent f87fedb commit 3073972
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkgs/by-name/de/devenv/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@

let
devenv_nix = nix.overrideAttrs (old: {
version = "2.21-devenv";
version = "2.24-devenv";
src = fetchFromGitHub {
owner = "domenkozar";
repo = "nix";
rev = "b24a9318ea3f3600c1e24b4a00691ee912d4de12";
hash = "sha256-BGvBhepCufsjcUkXnEEXhEVjwdJAwPglCC2+bInc794=";
rev = "1e61e9f40673f84c3b02573145492d8af581bec5";
hash = "sha256-uDwWyizzlQ0HFzrhP6rVp2+2NNA+/TM5zT32dR8GUlg=";
};
buildInputs = old.buildInputs ++ [ libgit2 ];
doCheck = false;
doInstallCheck = false;
});

version = "1.0.8";
version = "1.1";
in rustPlatform.buildRustPackage {
pname = "devenv";
inherit version;
Expand All @@ -38,10 +38,10 @@ in rustPlatform.buildRustPackage {
owner = "cachix";
repo = "devenv";
rev = "v${version}";
hash = "sha256-q/ERT4Ui315opFz4h4+BsJ/zrTYdXkwq13vvrpL+KzM=";
hash = "sha256-7o2OBUwE51ZNMCBB4rg5LARc8S6C9vuzRXnqk3d/lN4=";
};

cargoHash = "sha256-fCXAFVmKns8uglbzyCznoVFGCU+Veq0t1h8T7i1P5XQ=";
cargoHash = "sha256-Yos8iOWfRJcOqbanskUg75cX05dvxWnq42NhmQt/jf4=";

buildAndTestSubdir = "devenv";

Expand Down

0 comments on commit 3073972

Please sign in to comment.