nms: 0.3.3 -> 1.0.1

This commit is contained in:
R. Ryantm 2021-11-03 16:41:44 +00:00
parent cbb7455d73
commit b525a5bb36

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" ];