about summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorLucienLeMagicien <61185219+LucienLeMagicien@users.noreply.github.com>2024-02-24 16:10:10 +0100
committerLucienLeMagicien <61185219+LucienLeMagicien@users.noreply.github.com>2024-02-24 23:49:14 +0100
commit02ad1f9442e76307dbf8e6f8854d648c83aef06f (patch)
tree44f8e7d2fcb034b6c8f3e852bc3d154c66604d14 /pkgs/misc
parent0f2203fe6d6a1d550c3fdb0f0446fff4a34acc48 (diff)
brlaser: v6 -> 6-unstable-2023-02-30
`brlaser` v6 was released in 2019. Since then, a bug preventing some models
of Brother printers from printing images or pdfs with images has been fixed,
but there hasn't been any new Github releases.

https://github.com/pdewacht/brlaser/issues/52
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/cups/drivers/brlaser/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/misc/cups/drivers/brlaser/default.nix b/pkgs/misc/cups/drivers/brlaser/default.nix
index b0dfd8d8170a3..1f95c8cdd0317 100644
--- a/pkgs/misc/cups/drivers/brlaser/default.nix
+++ b/pkgs/misc/cups/drivers/brlaser/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "brlaser";
-  version = "6";
+  version = "6-unstable-2023-02-30";
 
   src = fetchFromGitHub {
     owner = "pdewacht";
     repo = "brlaser";
-    rev = "v${version}";
-    sha256 = "1995s69ksq1fz0vb34v0ndiqncrinbrlpmp70rkl6az7kag99s80";
+    rev = "2a49e3287c70c254e7e3ac9dabe9d6a07218c3fa";
+    sha256 = "sha256-1fvO9F7ifbYQHAy54mOx052XutfKXSK6iT/zj4Mhbww=";
   };
 
   nativeBuildInputs = [ cmake ];