Compare commits

...

1 Commits

Author SHA1 Message Date
Cabia Rangris
51fc1c3279 Revert "paperwm: 2022-12-14 -> 2023-04-20"
This reverts commit 6d068eb4bb.
2023-04-21 20:00:20 +04:00

View File

@@ -5,13 +5,13 @@
stdenv.mkDerivation {
pname = "gnome-shell-extension-paperwm";
version = "unstable-2023-04-20";
version = "unstable-2022-12-14";
src = fetchFromGitHub {
owner = "paperwm";
repo = "PaperWM";
rev = "1130b663806d6daba1c8355c4b99c287d237e918";
hash = "sha256-JlamW5DznVZ8G0REqXcxEt/IlHa3GMN184WFpeclhd4=";
rev = "7c0863c944a02d4e8095034403bff6ade3579091";
hash = "sha256-EN0sWW/NymRNKrApeFnqg8ax7Et4hr0gKZuvMF4kJYU=";
};
dontConfigure = true;