Skip to content

Commit

Permalink
Merge pull request #311030 from andir/npins-0.2.4
Browse files Browse the repository at this point in the history
npins: 0.2.2 -> 0.2.4
  • Loading branch information
andir committed May 16, 2024
2 parents a77ebe2 + 8066db1 commit df35c8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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
8 changes: 4 additions & 4 deletions pkgs/tools/nix/npins/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
},
"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
Expand Down

0 comments on commit df35c8b

Please sign in to comment.