about summary refs log tree commit diff
diff options
context:
space:
mode:
authorpiegames <git@piegames.de>2022-10-26 16:05:43 +0200
committerpiegames <git@piegames.de>2022-10-27 23:26:11 +0200
commit67cd3c6b65c4890966229125887c262da5878cf3 (patch)
treee2b2bd4e8c442feb887135cda9328f0f9f5adff1
parentbccba76ece00d50231f1337b55582af7feabefbb (diff)
npins: 0.1.0 → 0.2.0
-rw-r--r--pkgs/tools/nix/npins/default.nix2
-rw-r--r--pkgs/tools/nix/npins/sources.json10
2 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/tools/nix/npins/default.nix b/pkgs/tools/nix/npins/default.nix
index 8324a2d890076..aff959f3d5a8d 100644
--- a/pkgs/tools/nix/npins/default.nix
+++ b/pkgs/tools/nix/npins/default.nix
@@ -21,7 +21,7 @@ in rustPlatform.buildRustPackage rec {
   version = src.version;
   src = passthru.mkSource sources.npins;
 
-  cargoSha256 = "0rwnzkmx91cwcz9yw0rbbqv73ba6ggim9f4qgz5pgy6h696ld2k8";
+  cargoSha256 = "sha256-NDu4nl4Os7Mgal8gBHC6bsZ2Z+Fqt0PlGdLHiPd/8T4=";
 
   buildInputs = lib.optional stdenv.isDarwin (with darwin.apple_sdk.frameworks; [ Security ]);
   nativeBuildInputs = [ makeWrapper ];
diff --git a/pkgs/tools/nix/npins/sources.json b/pkgs/tools/nix/npins/sources.json
index 0481abe3f97ba..00858a2147e80 100644
--- a/pkgs/tools/nix/npins/sources.json
+++ b/pkgs/tools/nix/npins/sources.json
@@ -9,11 +9,11 @@
       },
       "pre_releases": false,
       "version_upper_bound": null,
-      "version": "0.1.0",
-      "revision": "5c9253ff6010f435ab73fbe1e50ae0fdca0ec07b",
-      "url": "https://api.github.com/repos/andir/npins/tarball/0.1.0",
-      "hash": "019fr9xsirld8kap75k18in3krkikqhjn4mglpy3lyhbhc5n1kh6"
+      "version": "0.2.0",
+      "revision": "1205a5c7ff9c05fa2607220345eefcb539429419",
+      "url": "https://api.github.com/repos/andir/npins/tarball/0.2.0",
+      "hash": "0knk20ygz4id8hw38fd61d70hm44gzjskrs1ij2ghkqcw02pcq1j"
     }
   },
-  "version": 2
+  "version": 3
 }