0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

notmuch-bower: 1.1 -> 1.1.1

This commit is contained in:
R. Ryantm 2025-04-12 00:37:01 +00:00
parent a78a226cec
commit 6e27178dce

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "notmuch-bower";
version = "1.1";
version = "1.1.1";
src = fetchFromGitHub {
owner = "wangp";
repo = "bower";
rev = version;
sha256 = "sha256-CqA9JU/ujqIn/NvtbPtSWxKDYCv4oDdLCgbf2jj9Av4=";
sha256 = "sha256-THIMCIk6ugPpogfQ5DTHIgFD7no5IIVYfz2mqBvKBlY=";
};
nativeBuildInputs = [