Unverified Commit 978e5f09 authored by Cosima Neidahl's avatar Cosima Neidahl Committed by GitHub
Browse files

miriway: 25.10 -> 25.11 (#447673)

parents c3a6396f e4c4005e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "miriway";
  version = "25.10";
  version = "25.11";

  src = fetchFromGitHub {
    owner = "Miriway";
    repo = "Miriway";
    tag = "v${finalAttrs.version}";
    hash = "sha256-VAYnIMspGKSeqg+9YG6WrmoeaNNg0uLE3Ht4jJZSLLk=";
    hash = "sha256-tXxRKGP/MMXOD1QtOYj5E9IurLoUUu1JBg8+l5z0KCQ=";
  };

  postPatch = ''