summary refs log tree commit diff
diff options
context:
space:
mode:
authorVilhelm Bergsøe <vilhelmbergsoe@gmail.com>2023-03-21 23:21:52 +0100
committerVilhelm Bergsøe <vilhelmbergsoe@gmail.com>2023-10-04 10:46:41 +0200
commitc48c7283f4639ad09ae08ab39afc7976990f01c8 (patch)
tree3d9190eb70708237ad76c4b644ab16f1bcb744ec
parentceaa8f1eda7056611f6254f0c00b131d11a86dd4 (diff)
downloadnixpkgs-c48c7283f4639ad09ae08ab39afc7976990f01c8.tar
nixpkgs-c48c7283f4639ad09ae08ab39afc7976990f01c8.tar.gz
nixpkgs-c48c7283f4639ad09ae08ab39afc7976990f01c8.tar.bz2
nixpkgs-c48c7283f4639ad09ae08ab39afc7976990f01c8.tar.lz
nixpkgs-c48c7283f4639ad09ae08ab39afc7976990f01c8.tar.xz
nixpkgs-c48c7283f4639ad09ae08ab39afc7976990f01c8.tar.zst
nixpkgs-c48c7283f4639ad09ae08ab39afc7976990f01c8.zip
spectrwm: SPECTRWM_3_4_1 -> 06e3733
bump spectrwm to 06e3733
-rw-r--r--pkgs/applications/window-managers/spectrwm/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/window-managers/spectrwm/default.nix b/pkgs/applications/window-managers/spectrwm/default.nix
index 11ef2979afe..7c4a1faddb3 100644
--- a/pkgs/applications/window-managers/spectrwm/default.nix
+++ b/pkgs/applications/window-managers/spectrwm/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation {
   pname = "spectrwm";
-  version = "3.4.1";
+  version = "unstable-2023-05-07";
 
   src = fetchFromGitHub {
     owner = "conformal";
     repo = "spectrwm";
-    rev = "SPECTRWM_3_4_1";
-    sha256 = "0bf0d25yr0craksamczn2mdy6cjp27l88smihlw9bw4p6a2qhi41";
+    rev = "06e3733175969c307a6fd47240a7a37b29d60513";
+    sha256 = "QcEwFg9QTi+cCl2JghKOzEZ19LP/ZFMbZJAMJ0BLH9M=";
   };
 
   nativeBuildInputs = [ pkg-config ];