Unverified Commit 433ccb1e authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #290285 from r-ryantm/auto-update/louvre

louvre: 1.2.0-2 -> 1.2.1-2
parents 297704a5 1d4a6537
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;