louvre: 1.2.0-2 -> 1.2.1-2

This commit is contained in:
R. Ryantm 2024-02-20 22:02:22 +00:00
parent e4af98e127
commit 1d4a6537da

View File

@ -22,9 +22,9 @@
}:
stdenv.mkDerivation (self: {
pname = "louvre";
version = "1.2.0-2";
version = "1.2.1-2";
rev = "v${self.version}";
hash = "sha256-0l465kcGzfxnoTkfMCDFyU0Z4mFTjUHtKCN23ONQNoA=";
hash = "sha256-jHMgn6EwWt9GMT8JvIUtUPbn9o1DZCzxiYC7RnoGZv0=";
src = fetchFromGitHub {
inherit (self) rev hash;