Skip to content

Commit f4997ef

Browse files
author
Andika Demas Riyandi
authored
rnix-hashes: init at 0.2.0 (#93778)
1 parent d6e9093 commit f4997ef

3 files changed

Lines changed: 29 additions & 0 deletions

File tree

maintainers/maintainer-list.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6856,6 +6856,12 @@
68566856
githubId = 2507744;
68576857
name = "Roland Koebler";
68586858
};
6859+
rizary = {
6860+
email = "andika@numtide.com";
6861+
github = "Rizary";
6862+
githubId = 7221768;
6863+
name = "Andika Demas Riyandi";
6864+
};
68596865
rkrzr = {
68606866
email = "ops+nixpkgs@channable.com";
68616867
github = "rkrzr";
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{ lib, rustPlatform, fetchFromGitHub, fetchpatch }:
2+
rustPlatform.buildRustPackage rec {
3+
pname = "rnix-hashes";
4+
version = "0.2.0";
5+
6+
src = fetchFromGitHub {
7+
owner = "numtide";
8+
repo = pname;
9+
rev = "v${version}";
10+
sha256 = "SzHyG5cEjaaPjTkn8puht6snjHMl8DtorOGDjxakJfA=";
11+
};
12+
13+
cargoSha256 = "vaG+0t+XAckV9F4iIgcTkbIUurxdQsTCfOnRnrOKoRc=";
14+
15+
meta = with lib; {
16+
description = "Nix Hash Converter";
17+
homepage = "https://github.com/numtide/rnix-hashes";
18+
license = licenses.asl20;
19+
maintainers = with maintainers; [ rizary ];
20+
};
21+
}

pkgs/top-level/all-packages.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26402,6 +26402,8 @@ in
2640226402

2640326403
nixpkgs-fmt = callPackage ../tools/nix/nixpkgs-fmt { };
2640426404

26405+
rnix-hashes = callPackage ../tools/nix/rnix-hashes { };
26406+
2640526407
nixos-artwork = callPackage ../data/misc/nixos-artwork { };
2640626408
nixos-icons = callPackage ../data/misc/nixos-artwork/icons.nix { };
2640726409
nixos-grub2-theme = callPackage ../data/misc/nixos-artwork/grub2-theme.nix { };

0 commit comments

Comments
 (0)