louvre: 2.0.0-1 -> 2.1.0-1

This commit is contained in:
R. Ryantm 2024-06-18 22:57:21 +00:00
parent 0d9492764b
commit be62ed3eec

View File

@ -22,9 +22,9 @@
}:
stdenv.mkDerivation (self: {
pname = "louvre";
version = "2.0.0-1";
version = "2.1.0-1";
rev = "v${self.version}";
hash = "sha256-tDpgFtccMlGYrahEC4vlj5cfIzkqUl664ccRhcKIVTQ=";
hash = "sha256-qRvAryZ6SIhh5yDugcosVYOM2Tq0XPuaA6ib8/jWxNI=";
src = fetchFromGitHub {
inherit (self) rev hash;