From 67cd3c6b65c4890966229125887c262da5878cf3 Mon Sep 17 00:00:00 2001 From: piegames Date: Wed, 26 Oct 2022 16:05:43 +0200 Subject: [PATCH] =?UTF-8?q?npins:=200.1.0=20=E2=86=92=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/tools/nix/npins/default.nix | 2 +- pkgs/tools/nix/npins/sources.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pkgs/tools/nix/npins/default.nix b/pkgs/tools/nix/npins/default.nix index 8324a2d8900..aff959f3d5a 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 0481abe3f97..00858a2147e 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 }