Commit 6d3992f1 authored by R. RyanTM's avatar R. RyanTM
Browse files

miriway: 0-unstable-2024-04-30 -> 0-unstable-2024-05-17

parent e82297f9
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;