Merge pull request #144486 from r-ryantm/auto-update/nms

nms: 0.3.3 -> 1.0.1
This commit is contained in:
Silvan Mosberger 2021-11-03 19:43:40 +01:00 committed by GitHub
commit 88d6a4f9ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "nms";
version = "0.3.3";
version = "1.0.1";
src = fetchFromGitHub {
owner = "bartobri";
repo = "no-more-secrets";
rev = "v${version}";
sha256 = "1zfv4qabikf8w9winsr4brxrdvs3f0d7xvydksyx8bydadsm2v2h";
sha256 = "sha256-QVCEpplsZCSQ+Fq1LBtCuPBvnzgLsmLcSrxR+e4nA5I=";
};
buildFlags = [ "nms" "sneakers" ];