Skip to content

Commit

Permalink
npins: 0.2.2 -> 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
andir committed May 12, 2024
1 parent 5fa5abb commit 29bf045
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pkgs/tools/nix/npins/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ in rustPlatform.buildRustPackage rec {
version = src.version;
src = passthru.mkSource sources.npins;

cargoSha256 = "sha256-eySVpmCVWBJfyAkTQv+LqojWMO/3r6kBYP1a4z+FYHY=";
cargoSha256 = "sha256-YwMypBl+P1ygf4zUbkZlq4zPrOzf+lPOz2FLg2/xI3k=";

buildInputs = lib.optional stdenv.isDarwin (with darwin.apple_sdk.frameworks; [ Security ]);
nativeBuildInputs = [ makeWrapper ];
Expand Down
10 changes: 5 additions & 5 deletions pkgs/tools/nix/npins/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
},
"pre_releases": false,
"version_upper_bound": null,
"version": "0.2.2",
"revision": "a443c58d9c7b818aaea3c47821d7c561faef66ec",
"url": "https://api.github.com/repos/andir/npins/tarball/0.2.2",
"hash": "0rv6m8c9lmzkb76b682w7ax6jy8ls4l4y17wjx98jk64b74qspca"
"version": "0.2.4",
"revision": "181da464f7edb5e675dd96cc25d611760796a739",
"url": "https://api.github.com/repos/andir/npins/tarball/0.2.4",
"hash": "04155dr6i1gy2zgy49v8zm75sn1akm83l4x8h6cxvxyk1l2abn4q"
}
},
"version": 3
}
}

0 comments on commit 29bf045

Please sign in to comment.