···21}:
2223let
24- version = "1.6.4";
2526 # build stimuli file for PGO build and the script to generate it
27 # independently of the foot's build, so we can cache the result
28 # and avoid unnecessary rebuilds as it can take relatively long
29 # to generate
0030 stimulusGenerator = stdenv.mkDerivation {
31 pname = "foot-generate-alt-random-writes";
32 inherit version;
3334 src = fetchurl {
35 url = "https://codeberg.org/dnkl/foot/raw/tag/${version}/scripts/generate-alt-random-writes.py";
36- sha256 = "0pnc5nvqrbgx5618ylrkrs9fyxjh4jcsbryfk6vlnk8x4wyyaibz";
37 };
3839 dontUnpack = true;
···8788 src = fetchzip {
89 url = "https://codeberg.org/dnkl/${pname}/archive/${version}.tar.gz";
90- sha256 = "0awv53l3039s1rnkhdkzc0gwawlnd1m8cl4qhaijhxzzq68w0dfb";
91 };
9293 nativeBuildInputs = [
···21}:
2223let
24+ version = "1.7.0";
2526 # build stimuli file for PGO build and the script to generate it
27 # independently of the foot's build, so we can cache the result
28 # and avoid unnecessary rebuilds as it can take relatively long
29 # to generate
30+ #
31+ # For every bump, make sure that the hash is still accurate.
32 stimulusGenerator = stdenv.mkDerivation {
33 pname = "foot-generate-alt-random-writes";
34 inherit version;
3536 src = fetchurl {
37 url = "https://codeberg.org/dnkl/foot/raw/tag/${version}/scripts/generate-alt-random-writes.py";
38+ sha256 = "019bdiqfi3wx2lwrv3nhq83knc1r3lmqd5zgisa33wwshm2kyv7p";
39 };
4041 dontUnpack = true;
···8990 src = fetchzip {
91 url = "https://codeberg.org/dnkl/${pname}/archive/${version}.tar.gz";
92+ sha256 = "0w07fw7y31g891335ji3fm783r4dsk5py82qp0zx6z3rfr07paby";
93 };
9495 nativeBuildInputs = [
+3-3
pkgs/applications/video/makemkv/default.nix
···13}:
1415let
16- version = "1.15.4";
17 # Using two URLs as the first one will break as soon as a new version is released
18 src_bin = fetchurl {
19 urls = [
20 "http://www.makemkv.com/download/makemkv-bin-${version}.tar.gz"
21 "http://www.makemkv.com/download/old/makemkv-bin-${version}.tar.gz"
22 ];
23- hash = "sha256-Reun5hp7Rnsf6N5yL6iQ1Vbhnz/AKnt/jYRqyOK625o=";
24 };
25 src_oss = fetchurl {
26 urls = [
27 "http://www.makemkv.com/download/makemkv-oss-${version}.tar.gz"
28 "http://www.makemkv.com/download/old/makemkv-oss-${version}.tar.gz"
29 ];
30- hash = "sha256-gtBi1IRNF5ASk/ZdzkDmOuEIT9gazNaRNCftqbLEP+M=";
31 };
32in mkDerivation {
33 pname = "makemkv";
···13}:
1415let
16+ version = "1.16.3";
17 # Using two URLs as the first one will break as soon as a new version is released
18 src_bin = fetchurl {
19 urls = [
20 "http://www.makemkv.com/download/makemkv-bin-${version}.tar.gz"
21 "http://www.makemkv.com/download/old/makemkv-bin-${version}.tar.gz"
22 ];
23+ hash = "sha256-G2XceMwiFu4fWT4L3HJzDB/rD3eSX6ko6RdVw72QLzg=";
24 };
25 src_oss = fetchurl {
26 urls = [
27 "http://www.makemkv.com/download/makemkv-oss-${version}.tar.gz"
28 "http://www.makemkv.com/download/old/makemkv-oss-${version}.tar.gz"
29 ];
30+ hash = "sha256-YUGozP9B6vmWQ4WxctSbezzu+0yLJXNKQk9TwnQF8F0=";
31 };
32in mkDerivation {
33 pname = "makemkv";
···18 description = "Provides a fast unix command line interface to a variety of popular WWW search engines and other artifacts of power";
19 homepage = "https://gitlab.com/surfraw/Surfraw";
20 maintainers = [];
21- platforms = lib.platforms.linux;
22 license = lib.licenses.publicDomain;
23 };
24}
···18 description = "Provides a fast unix command line interface to a variety of popular WWW search engines and other artifacts of power";
19 homepage = "https://gitlab.com/surfraw/Surfraw";
20 maintainers = [];
21+ platforms = lib.platforms.all;
22 license = lib.licenses.publicDomain;
23 };
24}
···39 meta = with lib; {
40 homepage = "https://github.com/yishilin14/asc-key-to-qr-code-gif";
41 description = "Convert ASCII-armored PGP keys to animated QR code";
42- platforms = platforms.linux;
43 maintainers = with maintainers; [ asymmetric ];
44 };
45}
···39 meta = with lib; {
40 homepage = "https://github.com/yishilin14/asc-key-to-qr-code-gif";
41 description = "Convert ASCII-armored PGP keys to animated QR code";
42+ platforms = platforms.unix;
43 maintainers = with maintainers; [ asymmetric ];
44 };
45}
+1-1
pkgs/tools/security/bash-supergenpass/default.nix
···41 supergenpass will ask for your master password interactively, and it will not be displayed on your terminal.
42 '';
43 license = licenses.mit;
44- platforms = platforms.linux;
45 maintainers = with maintainers; [ fgaz ];
46 homepage = "https://github.com/lanzz/bash-supergenpass";
47 };
···41 supergenpass will ask for your master password interactively, and it will not be displayed on your terminal.
42 '';
43 license = licenses.mit;
44+ platforms = platforms.all;
45 maintainers = with maintainers; [ fgaz ];
46 homepage = "https://github.com/lanzz/bash-supergenpass";
47 };