Skip to content

Commit

Permalink
asdf-vm: 0.11.2 -> 0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Mar 22, 2023
1 parent 293e39e commit 49a8c86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/asdf-vm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ ${asdfReshimFile}
'';
in stdenv.mkDerivation rec {
pname = "asdf-vm";
version = "0.11.2";
version = "0.11.3";

src = fetchFromGitHub {
owner = "asdf-vm";
repo = "asdf";
rev = "v${version}";
sha256 = "sha256-ZNmqWDjPEtmQhDUTkTw0Gy2pox1PyRK4U9Q0vxjZSlw=";
sha256 = "sha256-4y0XamKIZ7kftrsSb87qLizTBO6b2fdAyPauslwzo8c=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 49a8c86

Please sign in to comment.