Merge pull request #254981 from OPNA2608/update/miriway

miriway: unstable-2023-07-27 -> unstable-2023-08-30
This commit is contained in:
Nick Cao 2023-09-13 14:47:01 -04:00 committed by GitHub
commit 3aa83b9de2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,15 +9,15 @@
, libxkbcommon
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "miriway";
version = "unstable-2023-07-27";
version = "unstable-2023-08-30";
src = fetchFromGitHub {
owner = "Miriway";
repo = "Miriway";
rev = "bfa3bdea552a9b36ba5828e667e847d05a7310fc";
hash = "sha256-gMQqiR7zhwUJ/zw61XuBXz1/F7EuQIM1A23ZQ5T38Z8=";
rev = "2c9a0599e1a9b37f2a73a245eacce307a3e5b883";
hash = "sha256-VCLl4GyUmzcC/OEfxXV0bI/6lxLP9eIAAOIjANEI1d8=";
};
strictDeps = true;
@ -68,4 +68,4 @@ stdenv.mkDerivation rec {
platforms = platforms.linux;
maintainers = with maintainers; [ OPNA2608 ];
};
}
})