metasploit: 4.16.1 -> 5.0.45
This commit is contained in:
parent
044cc701c2
commit
7d7d9e57f8
@ -1,4 +1,4 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/4.16.1"
|
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/5.0.45"
|
||||||
|
@ -1,17 +1,24 @@
|
|||||||
GIT
|
GIT
|
||||||
remote: https://github.com/rapid7/metasploit-framework
|
remote: https://github.com/rapid7/metasploit-framework
|
||||||
revision: dbec1c2d2ae4bd77276cbfb3c6ee2902048b9453
|
revision: 2b9e74c7a8a4423ea195e75abca1f56c354e5541
|
||||||
ref: refs/tags/4.16.1
|
ref: refs/tags/5.0.45
|
||||||
specs:
|
specs:
|
||||||
metasploit-framework (4.16.1)
|
metasploit-framework (5.0.45)
|
||||||
actionpack (~> 4.2.6)
|
actionpack (~> 4.2.6)
|
||||||
activerecord (~> 4.2.6)
|
activerecord (~> 4.2.6)
|
||||||
activesupport (~> 4.2.6)
|
activesupport (~> 4.2.6)
|
||||||
|
aws-sdk-ec2
|
||||||
|
aws-sdk-iam
|
||||||
|
aws-sdk-s3
|
||||||
backports
|
backports
|
||||||
bcrypt
|
bcrypt (= 3.1.12)
|
||||||
bcrypt_pbkdf
|
bcrypt_pbkdf
|
||||||
bit-struct
|
bit-struct
|
||||||
|
concurrent-ruby (= 1.0.5)
|
||||||
dnsruby
|
dnsruby
|
||||||
|
ed25519
|
||||||
|
em-http-request
|
||||||
|
faker
|
||||||
filesize
|
filesize
|
||||||
jsobfu
|
jsobfu
|
||||||
json
|
json
|
||||||
@ -19,9 +26,10 @@ GIT
|
|||||||
metasploit-concern
|
metasploit-concern
|
||||||
metasploit-credential
|
metasploit-credential
|
||||||
metasploit-model
|
metasploit-model
|
||||||
metasploit-payloads (= 1.3.1)
|
metasploit-payloads (= 1.3.70)
|
||||||
metasploit_data_models
|
metasploit_data_models (= 3.0.10)
|
||||||
metasploit_payloads-mettle (= 0.2.0)
|
metasploit_payloads-mettle (= 0.5.16)
|
||||||
|
mqtt
|
||||||
msgpack
|
msgpack
|
||||||
nessus_rest
|
nessus_rest
|
||||||
net-ssh
|
net-ssh
|
||||||
@ -35,11 +43,9 @@ GIT
|
|||||||
patch_finder
|
patch_finder
|
||||||
pcaprub
|
pcaprub
|
||||||
pdf-reader
|
pdf-reader
|
||||||
pg (= 0.20.0)
|
pg (~> 0.20)
|
||||||
railties
|
railties
|
||||||
rb-readline
|
rb-readline
|
||||||
rbnacl (< 5.0.0)
|
|
||||||
rbnacl-libsodium
|
|
||||||
recog
|
recog
|
||||||
redcarpet
|
redcarpet
|
||||||
rex-arch
|
rex-arch
|
||||||
@ -51,23 +57,26 @@ GIT
|
|||||||
rex-mime
|
rex-mime
|
||||||
rex-nop
|
rex-nop
|
||||||
rex-ole
|
rex-ole
|
||||||
rex-powershell (< 0.1.73)
|
rex-powershell
|
||||||
rex-random_identifier
|
rex-random_identifier
|
||||||
rex-registry
|
rex-registry
|
||||||
rex-rop_builder
|
rex-rop_builder
|
||||||
rex-socket
|
rex-socket (= 0.1.17)
|
||||||
rex-sslscan
|
rex-sslscan
|
||||||
rex-struct2
|
rex-struct2
|
||||||
rex-text
|
rex-text
|
||||||
rex-zip
|
rex-zip
|
||||||
robots
|
ruby-macho
|
||||||
ruby_smb
|
ruby_smb
|
||||||
rubyntlm
|
rubyntlm
|
||||||
rubyzip
|
rubyzip
|
||||||
|
sinatra
|
||||||
sqlite3
|
sqlite3
|
||||||
sshkey
|
sshkey
|
||||||
|
thin
|
||||||
tzinfo
|
tzinfo
|
||||||
tzinfo-data
|
tzinfo-data
|
||||||
|
warden
|
||||||
windows_error
|
windows_error
|
||||||
xdr
|
xdr
|
||||||
xmlrpc
|
xmlrpc
|
||||||
@ -75,66 +84,109 @@ GIT
|
|||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
Ascii85 (1.0.2)
|
Ascii85 (1.0.3)
|
||||||
actionpack (4.2.9)
|
actionpack (4.2.11.1)
|
||||||
actionview (= 4.2.9)
|
actionview (= 4.2.11.1)
|
||||||
activesupport (= 4.2.9)
|
activesupport (= 4.2.11.1)
|
||||||
rack (~> 1.6)
|
rack (~> 1.6)
|
||||||
rack-test (~> 0.6.2)
|
rack-test (~> 0.6.2)
|
||||||
rails-dom-testing (~> 1.0, >= 1.0.5)
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
||||||
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
||||||
actionview (4.2.9)
|
actionview (4.2.11.1)
|
||||||
activesupport (= 4.2.9)
|
activesupport (= 4.2.11.1)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
erubis (~> 2.7.0)
|
erubis (~> 2.7.0)
|
||||||
rails-dom-testing (~> 1.0, >= 1.0.5)
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
||||||
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
||||||
activemodel (4.2.9)
|
activemodel (4.2.11.1)
|
||||||
activesupport (= 4.2.9)
|
activesupport (= 4.2.11.1)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
activerecord (4.2.9)
|
activerecord (4.2.11.1)
|
||||||
activemodel (= 4.2.9)
|
activemodel (= 4.2.11.1)
|
||||||
activesupport (= 4.2.9)
|
activesupport (= 4.2.11.1)
|
||||||
arel (~> 6.0)
|
arel (~> 6.0)
|
||||||
activesupport (4.2.9)
|
activesupport (4.2.11.1)
|
||||||
i18n (~> 0.7)
|
i18n (~> 0.7)
|
||||||
minitest (~> 5.1)
|
minitest (~> 5.1)
|
||||||
thread_safe (~> 0.3, >= 0.3.4)
|
thread_safe (~> 0.3, >= 0.3.4)
|
||||||
tzinfo (~> 1.1)
|
tzinfo (~> 1.1)
|
||||||
addressable (2.5.1)
|
addressable (2.7.0)
|
||||||
public_suffix (~> 2.0, >= 2.0.2)
|
public_suffix (>= 2.0.2, < 5.0)
|
||||||
afm (0.2.2)
|
afm (0.2.2)
|
||||||
arel (6.0.4)
|
arel (6.0.4)
|
||||||
arel-helpers (2.4.0)
|
arel-helpers (2.10.0)
|
||||||
activerecord (>= 3.1.0, < 6)
|
activerecord (>= 3.1.0, < 7)
|
||||||
backports (3.8.0)
|
aws-eventstream (1.0.3)
|
||||||
bcrypt (3.1.11)
|
aws-partitions (1.208.0)
|
||||||
bcrypt_pbkdf (1.0.0)
|
aws-sdk-core (3.66.0)
|
||||||
bindata (2.4.0)
|
aws-eventstream (~> 1.0, >= 1.0.2)
|
||||||
|
aws-partitions (~> 1.0)
|
||||||
|
aws-sigv4 (~> 1.1)
|
||||||
|
jmespath (~> 1.0)
|
||||||
|
aws-sdk-ec2 (1.106.0)
|
||||||
|
aws-sdk-core (~> 3, >= 3.61.1)
|
||||||
|
aws-sigv4 (~> 1.1)
|
||||||
|
aws-sdk-iam (1.29.0)
|
||||||
|
aws-sdk-core (~> 3, >= 3.61.1)
|
||||||
|
aws-sigv4 (~> 1.1)
|
||||||
|
aws-sdk-kms (1.24.0)
|
||||||
|
aws-sdk-core (~> 3, >= 3.61.1)
|
||||||
|
aws-sigv4 (~> 1.1)
|
||||||
|
aws-sdk-s3 (1.48.0)
|
||||||
|
aws-sdk-core (~> 3, >= 3.61.1)
|
||||||
|
aws-sdk-kms (~> 1)
|
||||||
|
aws-sigv4 (~> 1.1)
|
||||||
|
aws-sigv4 (1.1.0)
|
||||||
|
aws-eventstream (~> 1.0, >= 1.0.2)
|
||||||
|
backports (3.15.0)
|
||||||
|
bcrypt (3.1.12)
|
||||||
|
bcrypt_pbkdf (1.0.1)
|
||||||
|
bindata (2.4.4)
|
||||||
bit-struct (0.16)
|
bit-struct (0.16)
|
||||||
builder (3.2.3)
|
builder (3.2.3)
|
||||||
dnsruby (1.60.2)
|
concurrent-ruby (1.0.5)
|
||||||
|
cookiejar (0.3.3)
|
||||||
|
crass (1.0.4)
|
||||||
|
daemons (1.3.1)
|
||||||
|
dnsruby (1.61.3)
|
||||||
|
addressable (~> 2.5)
|
||||||
|
ed25519 (1.2.4)
|
||||||
|
em-http-request (1.1.5)
|
||||||
|
addressable (>= 2.3.4)
|
||||||
|
cookiejar (!= 0.3.1)
|
||||||
|
em-socksify (>= 0.3)
|
||||||
|
eventmachine (>= 1.0.3)
|
||||||
|
http_parser.rb (>= 0.6.0)
|
||||||
|
em-socksify (0.3.2)
|
||||||
|
eventmachine (>= 1.0.0.beta.4)
|
||||||
erubis (2.7.0)
|
erubis (2.7.0)
|
||||||
faraday (0.13.1)
|
eventmachine (1.2.7)
|
||||||
|
faker (2.2.1)
|
||||||
|
i18n (>= 0.8)
|
||||||
|
faraday (0.15.4)
|
||||||
multipart-post (>= 1.2, < 3)
|
multipart-post (>= 1.2, < 3)
|
||||||
ffi (1.9.18)
|
filesize (0.2.0)
|
||||||
filesize (0.1.1)
|
|
||||||
hashery (2.1.2)
|
hashery (2.1.2)
|
||||||
i18n (0.8.6)
|
http_parser.rb (0.6.0)
|
||||||
|
i18n (0.9.5)
|
||||||
|
concurrent-ruby (~> 1.0)
|
||||||
|
jmespath (1.4.0)
|
||||||
jsobfu (0.4.2)
|
jsobfu (0.4.2)
|
||||||
rkelly-remix
|
rkelly-remix
|
||||||
json (2.1.0)
|
json (2.2.0)
|
||||||
loofah (2.0.3)
|
loofah (2.2.3)
|
||||||
|
crass (~> 1.0.2)
|
||||||
nokogiri (>= 1.5.9)
|
nokogiri (>= 1.5.9)
|
||||||
metasm (1.0.3)
|
metasm (1.0.4)
|
||||||
metasploit-concern (2.0.5)
|
metasploit-concern (2.0.5)
|
||||||
activemodel (~> 4.2.6)
|
activemodel (~> 4.2.6)
|
||||||
activesupport (~> 4.2.6)
|
activesupport (~> 4.2.6)
|
||||||
railties (~> 4.2.6)
|
railties (~> 4.2.6)
|
||||||
metasploit-credential (2.0.12)
|
metasploit-credential (3.0.3)
|
||||||
metasploit-concern
|
metasploit-concern
|
||||||
metasploit-model
|
metasploit-model
|
||||||
metasploit_data_models
|
metasploit_data_models (>= 3.0.0)
|
||||||
|
net-ssh
|
||||||
pg
|
pg
|
||||||
railties
|
railties
|
||||||
rex-socket
|
rex-socket
|
||||||
@ -144,8 +196,8 @@ GEM
|
|||||||
activemodel (~> 4.2.6)
|
activemodel (~> 4.2.6)
|
||||||
activesupport (~> 4.2.6)
|
activesupport (~> 4.2.6)
|
||||||
railties (~> 4.2.6)
|
railties (~> 4.2.6)
|
||||||
metasploit-payloads (1.3.1)
|
metasploit-payloads (1.3.70)
|
||||||
metasploit_data_models (2.0.15)
|
metasploit_data_models (3.0.10)
|
||||||
activerecord (~> 4.2.6)
|
activerecord (~> 4.2.6)
|
||||||
activesupport (~> 4.2.6)
|
activesupport (~> 4.2.6)
|
||||||
arel-helpers
|
arel-helpers
|
||||||
@ -155,77 +207,76 @@ GEM
|
|||||||
postgres_ext
|
postgres_ext
|
||||||
railties (~> 4.2.6)
|
railties (~> 4.2.6)
|
||||||
recog (~> 2.0)
|
recog (~> 2.0)
|
||||||
metasploit_payloads-mettle (0.2.0)
|
metasploit_payloads-mettle (0.5.16)
|
||||||
mini_portile2 (2.2.0)
|
mini_portile2 (2.4.0)
|
||||||
minitest (5.10.3)
|
minitest (5.11.3)
|
||||||
msgpack (1.1.0)
|
mqtt (0.5.0)
|
||||||
multipart-post (2.0.0)
|
msgpack (1.3.1)
|
||||||
|
multipart-post (2.1.1)
|
||||||
nessus_rest (0.1.6)
|
nessus_rest (0.1.6)
|
||||||
net-ssh (4.1.0)
|
net-ssh (5.2.0)
|
||||||
network_interface (0.0.1)
|
network_interface (0.0.2)
|
||||||
nexpose (6.1.1)
|
nexpose (7.2.1)
|
||||||
nokogiri (1.8.0)
|
nokogiri (1.10.4)
|
||||||
mini_portile2 (~> 2.2.0)
|
mini_portile2 (~> 2.4.0)
|
||||||
octokit (4.7.0)
|
octokit (4.14.0)
|
||||||
sawyer (~> 0.8.0, >= 0.5.3)
|
sawyer (~> 0.8.0, >= 0.5.3)
|
||||||
openssl-ccm (1.2.1)
|
openssl-ccm (1.2.2)
|
||||||
openvas-omp (0.0.4)
|
openvas-omp (0.0.4)
|
||||||
packetfu (1.1.13)
|
packetfu (1.1.13)
|
||||||
pcaprub
|
pcaprub
|
||||||
patch_finder (1.0.2)
|
patch_finder (1.0.2)
|
||||||
pcaprub (0.12.4)
|
pcaprub (0.13.0)
|
||||||
pdf-reader (2.0.0)
|
pdf-reader (2.2.1)
|
||||||
Ascii85 (~> 1.0.0)
|
Ascii85 (~> 1.0.0)
|
||||||
afm (~> 0.2.1)
|
afm (~> 0.2.1)
|
||||||
hashery (~> 2.0)
|
hashery (~> 2.0)
|
||||||
ruby-rc4
|
ruby-rc4
|
||||||
ttfunk
|
ttfunk
|
||||||
pg (0.20.0)
|
pg (0.21.0)
|
||||||
pg_array_parser (0.0.9)
|
pg_array_parser (0.0.9)
|
||||||
postgres_ext (3.0.0)
|
postgres_ext (3.0.1)
|
||||||
activerecord (>= 4.0.0)
|
activerecord (~> 4.0)
|
||||||
arel (>= 4.0.1)
|
arel (>= 4.0.1)
|
||||||
pg_array_parser (~> 0.0.9)
|
pg_array_parser (~> 0.0.9)
|
||||||
public_suffix (2.0.5)
|
public_suffix (4.0.1)
|
||||||
rack (1.6.11)
|
rack (1.6.11)
|
||||||
|
rack-protection (1.5.5)
|
||||||
|
rack
|
||||||
rack-test (0.6.3)
|
rack-test (0.6.3)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
rails-deprecated_sanitizer (1.0.3)
|
rails-deprecated_sanitizer (1.0.3)
|
||||||
activesupport (>= 4.2.0.alpha)
|
activesupport (>= 4.2.0.alpha)
|
||||||
rails-dom-testing (1.0.8)
|
rails-dom-testing (1.0.9)
|
||||||
activesupport (>= 4.2.0.beta, < 5.0)
|
activesupport (>= 4.2.0, < 5.0)
|
||||||
nokogiri (~> 1.6)
|
nokogiri (~> 1.6)
|
||||||
rails-deprecated_sanitizer (>= 1.0.1)
|
rails-deprecated_sanitizer (>= 1.0.1)
|
||||||
rails-html-sanitizer (1.0.3)
|
rails-html-sanitizer (1.2.0)
|
||||||
loofah (~> 2.0)
|
loofah (~> 2.2, >= 2.2.2)
|
||||||
railties (4.2.9)
|
railties (4.2.11.1)
|
||||||
actionpack (= 4.2.9)
|
actionpack (= 4.2.11.1)
|
||||||
activesupport (= 4.2.9)
|
activesupport (= 4.2.11.1)
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
thor (>= 0.18.1, < 2.0)
|
thor (>= 0.18.1, < 2.0)
|
||||||
rake (12.0.0)
|
rake (12.3.3)
|
||||||
rb-readline (0.5.5)
|
rb-readline (0.5.5)
|
||||||
rbnacl (4.0.2)
|
recog (2.3.2)
|
||||||
ffi
|
|
||||||
rbnacl-libsodium (1.0.13)
|
|
||||||
rbnacl (>= 3.0.1)
|
|
||||||
recog (2.1.12)
|
|
||||||
nokogiri
|
nokogiri
|
||||||
redcarpet (3.4.0)
|
redcarpet (3.5.0)
|
||||||
rex-arch (0.1.11)
|
rex-arch (0.1.13)
|
||||||
rex-text
|
rex-text
|
||||||
rex-bin_tools (0.1.4)
|
rex-bin_tools (0.1.6)
|
||||||
metasm
|
metasm
|
||||||
rex-arch
|
rex-arch
|
||||||
rex-core
|
rex-core
|
||||||
rex-struct2
|
rex-struct2
|
||||||
rex-text
|
rex-text
|
||||||
rex-core (0.1.12)
|
rex-core (0.1.13)
|
||||||
rex-encoder (0.1.4)
|
rex-encoder (0.1.4)
|
||||||
metasm
|
metasm
|
||||||
rex-arch
|
rex-arch
|
||||||
rex-text
|
rex-text
|
||||||
rex-exploitation (0.1.14)
|
rex-exploitation (0.1.21)
|
||||||
jsobfu
|
jsobfu
|
||||||
metasm
|
metasm
|
||||||
rex-arch
|
rex-arch
|
||||||
@ -238,47 +289,58 @@ GEM
|
|||||||
rex-arch
|
rex-arch
|
||||||
rex-ole (0.1.6)
|
rex-ole (0.1.6)
|
||||||
rex-text
|
rex-text
|
||||||
rex-powershell (0.1.72)
|
rex-powershell (0.1.82)
|
||||||
rex-random_identifier
|
rex-random_identifier
|
||||||
rex-text
|
rex-text
|
||||||
rex-random_identifier (0.1.2)
|
rex-random_identifier (0.1.4)
|
||||||
rex-text
|
rex-text
|
||||||
rex-registry (0.1.3)
|
rex-registry (0.1.3)
|
||||||
rex-rop_builder (0.1.3)
|
rex-rop_builder (0.1.3)
|
||||||
metasm
|
metasm
|
||||||
rex-core
|
rex-core
|
||||||
rex-text
|
rex-text
|
||||||
rex-socket (0.1.8)
|
rex-socket (0.1.17)
|
||||||
rex-core
|
rex-core
|
||||||
rex-sslscan (0.1.5)
|
rex-sslscan (0.1.5)
|
||||||
rex-core
|
rex-core
|
||||||
rex-socket
|
rex-socket
|
||||||
rex-text
|
rex-text
|
||||||
rex-struct2 (0.1.2)
|
rex-struct2 (0.1.2)
|
||||||
rex-text (0.2.15)
|
rex-text (0.2.23)
|
||||||
rex-zip (0.1.3)
|
rex-zip (0.1.3)
|
||||||
rex-text
|
rex-text
|
||||||
rkelly-remix (0.0.7)
|
rkelly-remix (0.0.7)
|
||||||
robots (0.10.1)
|
ruby-macho (2.2.0)
|
||||||
ruby-rc4 (0.1.5)
|
ruby-rc4 (0.1.5)
|
||||||
ruby_smb (0.0.18)
|
ruby_smb (1.1.0)
|
||||||
bindata
|
bindata
|
||||||
rubyntlm
|
rubyntlm
|
||||||
windows_error
|
windows_error
|
||||||
rubyntlm (0.6.2)
|
rubyntlm (0.6.2)
|
||||||
rubyzip (1.2.1)
|
rubyzip (1.2.3)
|
||||||
sawyer (0.8.1)
|
sawyer (0.8.2)
|
||||||
addressable (>= 2.3.5, < 2.6)
|
addressable (>= 2.3.5)
|
||||||
faraday (~> 0.8, < 1.0)
|
faraday (> 0.8, < 2.0)
|
||||||
sqlite3 (1.3.13)
|
sinatra (1.4.8)
|
||||||
sshkey (1.9.0)
|
rack (~> 1.5)
|
||||||
thor (0.20.0)
|
rack-protection (~> 1.4)
|
||||||
|
tilt (>= 1.3, < 3)
|
||||||
|
sqlite3 (1.4.1)
|
||||||
|
sshkey (2.0.0)
|
||||||
|
thin (1.7.2)
|
||||||
|
daemons (~> 1.0, >= 1.0.9)
|
||||||
|
eventmachine (~> 1.0, >= 1.0.4)
|
||||||
|
rack (>= 1, < 3)
|
||||||
|
thor (0.20.3)
|
||||||
thread_safe (0.3.6)
|
thread_safe (0.3.6)
|
||||||
|
tilt (2.0.9)
|
||||||
ttfunk (1.5.1)
|
ttfunk (1.5.1)
|
||||||
tzinfo (1.2.3)
|
tzinfo (1.2.5)
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
tzinfo-data (1.2017.2)
|
tzinfo-data (1.2019.2)
|
||||||
tzinfo (>= 1.0.0)
|
tzinfo (>= 1.0.0)
|
||||||
|
warden (1.2.7)
|
||||||
|
rack (>= 1.0)
|
||||||
windows_error (0.1.2)
|
windows_error (0.1.2)
|
||||||
xdr (2.0.0)
|
xdr (2.0.0)
|
||||||
activemodel (>= 4.2.7)
|
activemodel (>= 4.2.7)
|
||||||
@ -292,4 +354,4 @@ DEPENDENCIES
|
|||||||
metasploit-framework!
|
metasploit-framework!
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.16.4
|
1.17.2
|
||||||
|
@ -17,13 +17,13 @@ let
|
|||||||
};
|
};
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "metasploit-framework";
|
pname = "metasploit-framework";
|
||||||
version = "4.16.1";
|
version = "5.0.45";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "rapid7";
|
owner = "rapid7";
|
||||||
repo = "metasploit-framework";
|
repo = "metasploit-framework";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1vilyy0dqzp8kbbpvs2zrv2ac7s39w2vv7mrbzgcjgh2bj7c6bg1";
|
sha256 = "16jl3fkfbwl4wwbj2zrq9yr8y8brkhj9641hplc8idv8gaqkgmm5";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ makeWrapper ];
|
buildInputs = [ makeWrapper ];
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user