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

Merge pull request #313253 from r-ryantm/auto-update/miriway

miriway: 0-unstable-2024-04-30 -> 0-unstable-2024-05-17
parents b8377567 6d3992f1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "miriway";
  version = "0-unstable-2024-04-30";
  version = "0-unstable-2024-05-17";

  src = fetchFromGitHub {
    owner = "Miriway";
    repo = "Miriway";
    rev = "726ef446c89a75510311638a4892e97ad9e0fa4e";
    hash = "sha256-7OoCoZ4IHXYI73W93P9MzVGYFv/+MDcbbhPdJY9lD2M=";
    rev = "5be8f60326181b22e111f02918ae5778cf1a89b0";
    hash = "sha256-dHY0bfVfRpiBY5rPnhmu3aHXx1l9jQhXBtcBbej2JFk=";
  };

  strictDeps = true;