Unverified Commit 196ae9e2 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

rmg-wayland: 0.7.9 -> 0.8.0 (#441772)

parents 4bc57f38 e35a21d5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,13 +29,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "rmg";
  version = "0.7.9";
  version = "0.8.0";

  src = fetchFromGitHub {
    owner = "Rosalie241";
    repo = "RMG";
    tag = "v${finalAttrs.version}";
    hash = "sha256-RPjt79kDBgA8hxhDAZUU+xMuDcAMoxDhWt6NpTFHeMI=";
    hash = "sha256-XMYHzPE5h9gD1fpN8b5YwOpY5zYCsYYQnof2MHDHa3E=";
  };

  nativeBuildInputs = [